home *** CD-ROM | disk | FTP | other *** search
-
- Here's a recap of what you should find in this archive...
-
- CONDOR.EXE The key to running RBBS-PC 15.1A "doorware" with PCBoard
- versions 11.8D/E, single or multi-node configurations.
-
- CONDOR.DOC Detailed instructions for installation and use of
- CONDOR.EXE. This is REQUIRED reading! Please don't
- attempt to use CONDOR until you understand its
- operation.
-
- SAMPLE.BAT An example of the preferred batch file format.
-
- READ.ME This file, including last-minute changes, if any.
-
-
- Please promptly report any problems with this package via the software
- problem report form within CONDOR.DOC.
-
- ==[ Corrections ]=============================================================
-
- 28-Apr-87 1855h
- ------------------
- In Section 2.1 - Batch Files (CONDOR.DOC), we tell multi-node users to provide
- a "replaceable parameter" as a node number argument to the doorware
- application. In effect, this would appear as MONITOR %1. This is clearly
- incorrect.
-
- With PCBoard, it is necessary to provide a separate copy of the invoking batch
- file to each node. The following example would properly reside in node 2's
- default (or system) directory...
-
- echo off
- cls
- c:\pcb\node2\condor pcboard.sys c:\pcb\doors\messages /2
- if errorlevel 3 goto exit
- cd\
- cd\pcb\doors
- monitor 2
- :exit
- cd\pcb\node2
- c:\pcb\board2.bat
-
-